ci: bump actions/upload-artifact from 1 to 4 (#279)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 28 Dec 2024 18:28:54 +0000 (13:28 -0500)
committerGitHub <noreply@github.com>
Sat, 28 Dec 2024 18:28:54 +0000 (13:28 -0500)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/ci-fuzz.yml
.github/workflows/cmake.yml
.github/workflows/make.yml

index afd79becc77fecc58ed86d440cf8551268bff001..eb368c04588bb6915650c665ddb2210aaf97ad36 100644 (file)
@@ -16,7 +16,7 @@ jobs:
         fuzz-seconds: 600
         dry-run: false
     - name: Upload Crash
-      uses: actions/upload-artifact@v1
+      uses: actions/upload-artifact@v4
       if: failure()
       with:
         name: artifacts
index 28814405ef285e1e67813853ce236cb376dabb45..9a42d798ff0476b6a9e5af18de1852998b4a4183 100644 (file)
@@ -27,7 +27,7 @@ jobs:
       run: ctest --test-dir build -V
     - name: Upload shared lib
       if: matrix.shared == 'ON'
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v4
       with:
         name: ${{ matrix.os }}
         path: |
@@ -58,7 +58,7 @@ jobs:
       run: ctest --test-dir build -V
     - name: Upload shared lib
       if: matrix.shared == 'ON'
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v4
       with:
         name: windows-mingw64
         path: build/libutf8proc.*
index acc975d302fe103fe0f58f240bcc8e8bdf15c7b9..d46b2f2b64d2d8a9fafd5d499fd35e5c696ee45b 100644 (file)
@@ -35,7 +35,7 @@ jobs:
     - name: Make lib
       run: make
     - name: Upload shared lib
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v4
       with:
         name: make-${{ matrix.os }}
         path: libutf8proc.*